3 #include "ScreenTemplate.h"
6 #include "TempoTools.h"
9 class LevelTemplate
: public ScreenTemplate
17 void initializeBeats(std::string levelPath
);
18 void startMusic(int track
, int fadeInDuration
);
20 double scoreBarPercent(int currScore
, int maxScore
);
30 bool leftMouseClicked
;
31 bool rightMouseClicked
;